價格:免費
更新日期:2015-01-28
檔案大小:906k
目前版本:1.0
版本需求:Android 4.0.3 以上版本
官方網站:http://github.com/simonra
Email:simon.randby+android@gmail.com
Record your position in latitude, longitude, and time, by pressing the log-button. The time is given as the current system time, in milliseconds. When exporting in csv you get one long line on the format id,lat,long,time,id,...,time. When exporting as txt you get one position entry per line just as in the app, where the components are separated with spaces. The logs are saved to /sdcard/SpaceTimeRecorder/ for easy access.
The fine (gps) and coarse position permissions are for positioning, same with internet permission (allows for using the network location provider), and the write external storage permission is so that you can save the logs to your (possibly simulated) sd-card storage.
For the source code, see https://github.com/simonra/SpaceTime_Recorder . Share and enjoy.